MouseEvent

interface MouseEvent

A common interface that all mouse events must extend.

Inheritors

Functions

Link copied to clipboard
abstract fun location(): Point
Returns the mouse position relative to the bounds of the browser instance.
Link copied to clipboard
abstract fun locationOnScreen(): Point
Returns the mouse position relative to the bounds of the screen.